home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TPALETTEFORM / TPALETTEFORM.txt
Text File  |  1999-03-13  |  614b  |  33 lines

  1. object PaletteForm: TPaletteForm
  2.   Left = 287
  3.   Top = 202
  4.   Width = 435
  5.   Height = 386
  6.   Caption = 'Colour Palette'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnShow = FormShow
  12.   PixelsPerInch = 125
  13.   TextHeight = 16
  14.   object Panel1: TPanel
  15.     Left = 24
  16.     Top = 40
  17.     Width = 273
  18.     Height = 273
  19.     BevelOuter = bvLowered
  20.     Color = clGray
  21.     TabOrder = 0
  22.     object PaintBox1: TPaintBox
  23.       Left = 8
  24.       Top = 8
  25.       Width = 256
  26.       Height = 256
  27.       Color = clBlack
  28.       ParentColor = False
  29.       OnPaint = PaintBox1Paint
  30.     end
  31.   end
  32. end
  33.